home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / nickl11.arc / NICKL_MN.BAT < prev    next >
DOS Batch File  |  1987-08-18  |  731b  |  70 lines

  1. GOTO OPTIONS
  2. [----------- Menu Title -------------]
  3. NICKL Menu System v1.0
  4. [-------- Options --------]
  5. Procomm v2.4.2
  6. Lotus 1-2-3
  7. R:base 5000
  8. View NICKL Documentation
  9. Print NICKL Documentation
  10.  
  11.  
  12.  
  13.  
  14. DOS Utilities Sub-Menu
  15. [---- End of Options -----]
  16. :OPTIONS
  17. echo off
  18. cls
  19. goto %1
  20.  
  21. :F1
  22. cd\procomm
  23. procomm
  24. GOTO END
  25.  
  26. :F2
  27. cd\lotus
  28. lotus
  29. GOTO END
  30.  
  31. :F3
  32. cd\rbase
  33. rbase
  34. GOTO END
  35.  
  36. :F4
  37. type nickl.doc |more
  38. GOTO END
  39.  
  40. :F5
  41. print nickl.doc
  42. GOTO END
  43.  
  44. :F6
  45. Echo Option F6 Not Defined
  46. Pause
  47. GOTO END
  48.  
  49. :F7
  50. Echo Option F7 Not Defined
  51. Pause
  52. GOTO END
  53.  
  54. :F8
  55. Echo Option F8 Not Defined
  56. Pause
  57. GOTO END
  58.  
  59. :F9
  60. Echo Option F9 Not Defined
  61. Pause
  62. GOTO END
  63.  
  64. :F10
  65. GOTO END
  66.  
  67. :END
  68. CD\NICKL
  69. NICKLMNU
  70.